* keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 10 Sep 2009 18:19:03 +0000 (18:19 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 10 Sep 2009 18:19:03 +0000 (18:19 +0000)
commit940067173c0aebd69e2d2b8e353e47e3f2cb6312
tree0896d3adb686af067780a36c90dcb6d0343a007d
parente3be73e7cb9f5679163a58bca1f0551c7300d8ad
* keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
(parse_menu_item): Streamline since bindings are recomputed all the
time anyway.  Don't bother checking Vdefine_key_rebound_commands any
more and don't support lmenu's menu-alias any more either.
* subr.el (define-key-rebound-commands): Mark obsolete.
* startup.el (precompute-menubar-bindings): Remove.
(normal-top-level): Remove obsolete code that tried to precompute
menubar bindings.
* loadup.el (define-key-rebound-commands): Don't bother fiddling with
define-key-rebound-commands and precompute-menubar-bindings.
lisp/ChangeLog
lisp/loadup.el
lisp/startup.el
lisp/subr.el
src/ChangeLog
src/keyboard.c